'==============================================================================
'
'  VBSORT Example - Sort Visual Basic arrays
'  Copyright (c) 1997-2005 PowerBASIC, Inc.
'
'  Declares for 32-bit Visual Basic
'
'==============================================================================

Declare Sub SortString Lib "VBSort.dll" (x$())
Declare Sub SortInt Lib "VBSort.dll" (x%())
Declare Sub SortLong Lib "VBSort.dll" (x&())
Declare Sub SortSingle Lib "VBSort.dll" (x!())
Declare Sub SortDouble Lib "VBSort.dll" (x#())
Declare Sub SortCurrency Lib "VBSort.dll" (x@())
